SetStyleTextsResponse

data class SetStyleTextsResponse(styles: List<CSSStyle>)

Represents response frame that is returned from CSS#setStyleTexts operation call. Applies specified style edits one after another in the given order.

See also

Constructors

SetStyleTextsResponse
Link copied to clipboard
fun SetStyleTextsResponse(styles: List<CSSStyle>)

Properties

styles
Link copied to clipboard
val styles: List<CSSStyle>
The resulting styles after modification.

Sources

jvm source
Link copied to clipboard